projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8706bf3
)
(XTread_socket): Test x_output's hourglass_p instead
author
Gerd Moellmann
<gerd@gnu.org>
Wed, 21 Feb 2001 13:54:09 +0000
(13:54 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Wed, 21 Feb 2001 13:54:09 +0000
(13:54 +0000)
of its busy_p flag.
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index abe2ee0fd517b78b3693745bffe14ab88d907ba0..c0e752af452ddf7acc8423882fb5a06de9281709 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-10098,7
+10098,7
@@
XTread_socket (sd, bufp, numchars, expected)
/* EnterNotify counts as mouse movement,
so update things that depend on mouse position. */
- if (f && !f->output_data.x->
busy
_p)
+ if (f && !f->output_data.x->
hourglass
_p)
note_mouse_movement (f, &event.xmotion);
goto OTHER;
}